Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 var FiltersEnabled = 0; // if your not going to use transitions or filters in any of the tips set this to 0
2 var
spacer="      ";
3
4 // email notifications to admin

5 notifyAdminNewMembers0Tip=[
"", spacer+"No email notifications to admin."];
6 notifyAdminNewMembers1Tip=[
"", spacer+"Notify admin only when a new member is waiting for approval."];
7 notifyAdminNewMembers2Tip=[
"", spacer+"Notify admin for all new sign-ups."];
8
9 // visitorSignup

10 visitorSignup0Tip=[
"", spacer+"If this option is selected, visitors will not be able to join this group unless the admin manually moves them to this group from the admin area."];
11 visitorSignup1Tip=[
"", spacer+"If this option is selected, visitors can join this group but will not be able to sign in unless the admin approves them from the admin area."];
12 visitorSignup2Tip=[
"", spacer+"If this option is selected, visitors can join this group and will be able to sign in instantly with no need for admin approval."];
13
14 // patients table

15 patients_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Patients' table. A member who adds a record to the table becomes the 'owner' of that record."];
16
17 patients_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Patients' table."];
18 patients_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Patients' table."];
19 patients_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Patients' table."];
20 patients_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Patients' table."];
21
22 patients_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Patients' table."];
23 patients_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Patients' table."];
24 patients_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Patients' table."];
25 patients_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Patients' table, regardless of their owner."];
26
27 patients_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Patients' table."];
28 patients_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Patients' table."];
29 patients_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Patients' table."];
30 patients_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Patients' table."];
31
32 // disease_symptoms table

33 disease_symptoms_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Disease symptoms' table. A member who adds a record to the table becomes the 'owner' of that record."];
34
35 disease_symptoms_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Disease symptoms' table."];
36 disease_symptoms_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Disease symptoms' table."];
37 disease_symptoms_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Disease symptoms' table."];
38 disease_symptoms_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Disease symptoms' table."];
39
40 disease_symptoms_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Disease symptoms' table."];
41 disease_symptoms_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Disease symptoms' table."];
42 disease_symptoms_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Disease symptoms' table."];
43 disease_symptoms_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Disease symptoms' table, regardless of their owner."];
44
45 disease_symptoms_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Disease symptoms' table."];
46 disease_symptoms_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Disease symptoms' table."];
47 disease_symptoms_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Disease symptoms' table."];
48 disease_symptoms_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Disease symptoms' table."];
49
50 // medical_records table

51 medical_records_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Medical Records' table. A member who adds a record to the table becomes the 'owner' of that record."];
52
53 medical_records_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Medical Records' table."];
54 medical_records_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Medical Records' table."];
55 medical_records_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Medical Records' table."];
56 medical_records_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Medical Records' table."];
57
58 medical_records_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Medical Records' table."];
59 medical_records_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Medical Records' table."];
60 medical_records_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Medical Records' table."];
61 medical_records_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Medical Records' table, regardless of their owner."];
62
63 medical_records_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Medical Records' table."];
64 medical_records_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Medical Records' table."];
65 medical_records_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Medical Records' table."];
66 medical_records_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Medical Records' table."];
67
68 // events table

69 events_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Appointments' table. A member who adds a record to the table becomes the 'owner' of that record."];
70
71 events_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Appointments' table."];
72 events_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Appointments' table."];
73 events_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Appointments' table."];
74 events_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Appointments' table."];
75
76 events_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Appointments' table."];
77 events_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Appointments' table."];
78 events_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Appointments' table."];
79 events_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Appointments' table, regardless of their owner."];
80
81 events_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Appointments' table."];
82 events_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Appointments' table."];
83 events_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Appointments' table."];
84 events_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Appointments' table."];
85
86 /*
87     Style syntax:
88     -------------
89     [TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,
90     TextTextAlign,TitleFontFace,TextFontFace, TipPosition, StickyStyle, TitleFontSize,
91     TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY,
92     TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
93
94 */

95
96 toolTipStyle=[
"white","#00008B","#000099","#E6E6FA","","images/helpBg.gif","","","","\"Trebuchet MS\", sans-serif","","","","3",400,"",1,2,10,10,51,1,0,"",""];
97
98 applyCssFilter();


Gõ tìm kiếm nhanh...